.brands-swiper {
    padding: 40px 0;
}
.swiper-wrapper {
    height: auto;
    /* background-color: green !important; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brands .brand-card {
    background: #fff;
    border: 1px solid #eee;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 15px;
}

.brands .brand-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}                                                                                      
